home *** CD-ROM | disk | FTP | other *** search
/ Internet 53 / INTERNET53.iso / mac / SOFTWARE / MAC / BROWSING / SHERLOCK / COMPLETE.SIT.HQX / The Complete Sherlock Archive / Computer / RBIndex.src < prev    next >
Text File  |  1998-10-16  |  953b  |  29 lines

  1. # Copyright © 1998 Jacob M. Stetser; All rights reserved.
  2. # Sherlock plugin for The REALBasic Resource Search Engine.
  3. # Web: http://snafu.mit.edu/~jstetser/rb/
  4. # Email: jstetser@snafu.mit.edu
  5. # Modified: Oct 16, 1998
  6.  
  7. <search
  8. name = "RBResource Index"
  9. action = "http://snafu.mit.edu/~jstetser/cgi-bin/index/search.cgi"
  10. description = "REALBasic Resource & Index - The REALBasic Resource and Index provides a comprehensive listing of information, tutorials, extensions and web pages for use by REALBasic programmers."
  11. method = "get"
  12. update = "http://snafu.mit.edu/~jstetser/rb/RBIndex.src.hqx"
  13. updateCheckDays = 3
  14. >
  15.  
  16. <input name="query" user>
  17.  
  18. <interpret
  19. #bannerStart="<!-- ad banner begins -->"
  20. #bannerEnd="<!-- ad banner ends -->"
  21. resultListStart="<!-- results list begins -->"
  22. resultListEnd="<!-- results list ends -->"    
  23. resultItemStart="<ul type=disc><li>"
  24. resultItemEnd="</ul>"
  25. relevanceStart = "Hits:"
  26. relevanceEnd = ")</em></font><br>"
  27. >
  28. </search>
  29.